home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 15 / Text To Speech media handler / Code / MyOverrideRoutine1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-26  |  177 b   |  6 lines  |  [TEXT/KAHL]

  1. #include <MediaHandlers.h>
  2.  
  3. #define    kMyOverrideRoutine1 kMediaInitializeSelect
  4.  
  5. pascal ComponentResult MyOverrideRoutine1(PrivateGlobals **storage,GetMovieCompleteParams *gmc);
  6.